ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ComboBoxItemList Class / OnCollectionChanged Method / OnCollectionChanged(NotifyCollectionChangedAction,IEnumerable<Object>) Method

In This Topic
    OnCollectionChanged(NotifyCollectionChangedAction,IEnumerable<Object>) Method
    In This Topic
    Fires the CollectionChanged event.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub OnCollectionChanged( _
       ByVal action As NotifyCollectionChangedAction, _
       ByVal items As IEnumerable(Of Object) _
    ) 
    protected void OnCollectionChanged( 
       NotifyCollectionChangedAction action,
       IEnumerable<object> items
    )

    Parameters

    action
    items
    See Also